func internal/runtime/maps.typedmemmove
13 uses
internal/runtime/maps (current package)
group.go#L338: typedmemmove(typ.Group, newGroup.data, oldGroup.data)
group.go#L347: typedmemmove(typ.Key, newKey, oldKey)
group.go#L359: typedmemmove(typ.Elem, newElem, oldElem)
map.go#L479: typedmemmove(typ.Elem, slotElem, elem)
map.go#L553: typedmemmove(typ.Key, slotKey, key)
map.go#L583: typedmemmove(typ.Key, slotKey, key)
runtime.go#L25: func typedmemmove(typ *abi.Type, dst, src unsafe.Pointer)
runtime.go#L283: typedmemmove(typ.Key, slotKey, key)
runtime.go#L326: typedmemmove(typ.Key, slotKey, key)
table.go#L289: typedmemmove(typ.Key, slotKey, key)
table.go#L343: typedmemmove(typ.Key, slotKey, key)
table.go#L403: typedmemmove(typ.Key, slotKey, key)
table.go#L410: typedmemmove(typ.Elem, slotElem, elem)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |